FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.erp#1.1.2 (94 ms)

Package kbv.ita.erp
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.erp@1.1.2&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply
Version 1.1.0
Status active
Date 2022-09-30
Name KBV_PR_ERP_PracticeSupply
Experimental False
Type SupplyRequest
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.odilab.de/StructureDefinition/CompositionHiMi CompositionHiMi
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Bundle KBV_PR_ERP_Bundle
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition KBV_PR_ERP_Composition

Resources that this resource uses

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_PracticeSupply_Payor KBV_EX_ERP_PracticeSupply_Payor
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding KBV_PR_ERP_Medication_Compounding
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_FreeText KBV_PR_ERP_Medication_FreeText
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Ingredient KBV_PR_ERP_Medication_Ingredient
https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN KBV_PR_ERP_Medication_PZN


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "KBV-PR-ERP-PracticeSupply",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply",
  "version" : "1.1.0",
  "name" : "KBV_PR_ERP_PracticeSupply",
  "status" : "active",
  "date" : "2022-09-30",
  "publisher" : "Kassenärztliche Bundesvereinigung",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "SupplyRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/SupplyRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "SupplyRequest",
        "path" : "SupplyRequest",
        "constraint" : [
          {
            "key" : "-erp-begrenzungDate",
            "severity" : "error",
            "human" : "Begrenzung der Datumsangabe auf 10 Zeichen JJJJ-MM-TT",
            "expression" : "authoredOn.toString().length()=10",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.id",
        "path" : "SupplyRequest.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.meta",
        "path" : "SupplyRequest.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.meta.versionId",
        "path" : "SupplyRequest.meta.versionId",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.meta.lastUpdated",
        "path" : "SupplyRequest.meta.lastUpdated",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.meta.source",
        "path" : "SupplyRequest.meta.source",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.meta.profile",
        "path" : "SupplyRequest.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply|1.1.0",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.meta.security",
        "path" : "SupplyRequest.meta.security",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.meta.tag",
        "path" : "SupplyRequest.meta.tag",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.implicitRules",
        "path" : "SupplyRequest.implicitRules",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.language",
        "path" : "SupplyRequest.language",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.text",
        "path" : "SupplyRequest.text",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.contained",
        "path" : "SupplyRequest.contained",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.extension",
        "path" : "SupplyRequest.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "closed"
        },
        "min" : 1
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger",
        "path" : "SupplyRequest.extension",
        "sliceName" : "Kostentraeger",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_PracticeSupply_Payor"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension",
        "path" : "SupplyRequest.extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "closed"
        },
        "min" : 2
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:IK",
        "path" : "SupplyRequest.extension.extension",
        "sliceName" : "IK",
        "min" : 0,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:IK.value[x]:valueIdentifier",
        "path" : "SupplyRequest.extension.extension.value[x]",
        "sliceName" : "valueIdentifier"
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:IK.value[x]:valueIdentifier.system",
        "path" : "SupplyRequest.extension.extension.value[x].system",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:IK.value[x]:valueIdentifier.value",
        "path" : "SupplyRequest.extension.extension.value[x].value",
        "constraint" : [
          {
            "key" : "-erp-laengeIK",
            "severity" : "error",
            "human" : "Die IK-Nummer muss 9-stellig sein.",
            "expression" : "length()=9",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Name",
        "path" : "SupplyRequest.extension.extension",
        "sliceName" : "Name",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Name.value[x]",
        "path" : "SupplyRequest.extension.extension.value[x]",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Name.value[x]:valueString",
        "path" : "SupplyRequest.extension.extension.value[x]",
        "sliceName" : "valueString",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp",
        "path" : "SupplyRequest.extension.extension",
        "sliceName" : "Kostentraegertyp",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]",
        "path" : "SupplyRequest.extension.extension.value[x]",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]:valueCoding",
        "path" : "SupplyRequest.extension.extension.value[x]",
        "sliceName" : "valueCoding",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]:valueCoding.system",
        "path" : "SupplyRequest.extension.extension.value[x].system",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]:valueCoding.code",
        "path" : "SupplyRequest.extension.extension.value[x].code",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.identifier",
        "path" : "SupplyRequest.identifier",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.status",
        "path" : "SupplyRequest.status",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.category",
        "path" : "SupplyRequest.category",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.priority",
        "path" : "SupplyRequest.priority",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.item[x]",
        "path" : "SupplyRequest.item[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_FreeText|1.1.0",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.1.0",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.1.0",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Ingredient|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.item[x]:itemReference",
        "path" : "SupplyRequest.item[x]",
        "sliceName" : "itemReference",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_FreeText|1.1.0",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.1.0",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.1.0",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Ingredient|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.item[x]:itemReference.reference",
        "path" : "SupplyRequest.item[x].reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.item[x]:itemReference.type",
        "path" : "SupplyRequest.item[x].type",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.item[x]:itemReference.identifier",
        "path" : "SupplyRequest.item[x].identifier",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.item[x]:itemReference.display",
        "path" : "SupplyRequest.item[x].display",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.quantity",
        "path" : "SupplyRequest.quantity",
        "constraint" : [
          {
            "key" : "-erp-begrenzungValue",
            "severity" : "error",
            "human" : "Die Anzahl der verordneten Packungen darf aus maximal 6 Zeichen bestehen.",
            "expression" : "value.toString().length() <= 6",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.quantity.value",
        "path" : "SupplyRequest.quantity.value",
        "short" : "Anzahl der verordneten Packungen",
        "definition" : "Anzahl der verordneten Packungen",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.quantity.comparator",
        "path" : "SupplyRequest.quantity.comparator",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.quantity.unit",
        "path" : "SupplyRequest.quantity.unit",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.quantity.system",
        "path" : "SupplyRequest.quantity.system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.quantity.code",
        "path" : "SupplyRequest.quantity.code",
        "min" : 1,
        "fixedCode" : "{Package}",
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.parameter",
        "path" : "SupplyRequest.parameter",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.occurrence[x]",
        "path" : "SupplyRequest.occurrence[x]",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.authoredOn",
        "path" : "SupplyRequest.authoredOn",
        "short" : "Ausstellungsdatum",
        "definition" : "Ausstellungsdatum der Verordnung",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.requester",
        "path" : "SupplyRequest.requester",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.1.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.requester.reference",
        "path" : "SupplyRequest.requester.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "SupplyRequest.requester.type",
        "path" : "SupplyRequest.requester.type",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.requester.identifier",
        "path" : "SupplyRequest.requester.identifier",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.requester.display",
        "path" : "SupplyRequest.requester.display",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.supplier",
        "path" : "SupplyRequest.supplier",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.reasonCode",
        "path" : "SupplyRequest.reasonCode",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.reasonReference",
        "path" : "SupplyRequest.reasonReference",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.deliverFrom",
        "path" : "SupplyRequest.deliverFrom",
        "max" : "0"
      },
      {
        "id" : "SupplyRequest.deliverTo",
        "path" : "SupplyRequest.deliverTo",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.